REL? Follow!
Highlight links on pages
REL? Follow!とは何ですか?
REL? Follow!はOFF-SITEによって開発されたChromeの拡張機能で、その主な機能は「Highlight links on pages」です。
拡張機能のスクリーンショット
REL? Follow!拡張機能のCRXファイルをダウンロード
REL? Follow!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Extension allows to highlight links depending on their "rel" attrbute. The supported types are: dofollow, nofollow, ugc, sponsored.
拡張機能の基本情報
名前 | REL? Follow! |
ID | kipgjnbbkhefgcocohkgogiipkfgmmoa |
公式URL | https://chromewebstore.google.com/detail/rel-follow/kipgjnbbkhefgcocohkgogiipkfgmmoa |
説明 | Highlight links on pages |
ファイルサイズ | 460 KB |
インストール数 | 91 |
現在のバージョン | 2.2 |
最終更新日 | 2023-07-24 |
公開日 | 2020-12-31 |
評価 | 5.00/5 合計 6 レビュー |
開発者 | OFF-SITE |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://off-site.pl |
プライバシーポリシーページのURL | https://off-site.pl/storage/static-files/pdf/privacy_policy_pl.pdf |
対応言語 | en,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "2.2", "default_locale": "en", "action": { "default_popup": "dist\/popup.html", "default_icon": "dist\/images\/icon.png" }, "permissions": [ "storage", "tabs" ], "content_scripts": [ { "js": [ "dist\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |