2 items
Adds a "Copy import" button next to every class and function signature in the scikit-learn documentation. Stop reconstructing import paths by hand. The scikit-learn documentation shows you a signature — sklearn.linear_model.LinearRegression(*, fit_intercept=True, copy_X=True, ...) — but what you actually need in your notebook is the import line. This extension puts that line one click away. Open any page on scikit-learn.org and a "Copy import" button appears next to the heading. Click it and the import statement is on your clipboard: sklearn.linear_model.LinearRegression(...) -> from sklearn.linear_model import LinearRegression sklearn.ensemble.RandomForestClassifier(...) -> from sklearn.ensemble import RandomForestClassifier sklearn.model_selection.GridSearchCV(...) -> from sklearn.model_selection import GridSearchCV sklearn.utils.extmath.randomized_svd(...) -> from sklearn.utils.extmath import randomized_svd WHAT IT DOES • Works on every class and function page under scikit-learn.org, including older documentation versions. • Nested modules are preserved. Parameters, keyword-only markers and [source] links are stripped. • Method signatures are skipped, so you never get an import pointing at a class instead of a module. • The button matches the documentation's theme: dark on the light theme, light on the dark one. • Clear success and failure feedback — no dialogs, no popups. PRIVACY This extension requests no permissions at all. Look at the permission list when you install it: it is empty. • No browsing history, no storage, no cookies, no account. • No network requests. Nothing is sent anywhere. • No analytics, no tracking, no AI services. • Everything happens locally, from text already visible on the page you are reading. It runs only on https://scikit-learn.org/ and nowhere else. Open source. Not affiliated with, endorsed by, or sponsored by the scikit-learn project; "scikit-learn" is used only to describe the documentation the extension works on.
Aug 27, 2026
rating_count is the Chrome Web Store ratings count, not a written-review count.
Media assets
Screenshots and videos on the listing.
Has promo video
Whether the listing includes at least one video.
Languages
Declared language locales.
Developer website
Listing exposes a developer website URL.
Contact email
Listing exposes a contact email.
Keyword in name
Case-insensitive substring match in the name.
Keyword in description
Case-insensitive substring match in the description.
Keyword occurrences in description
Count of case-insensitive occurrences in the description.
Category user-count percentile
Share of same-category extensions with fewer users (null if unknown).
These are transparent listing completeness / keyword signals, not a prediction of Chrome Web Store search ranking.