Sticky Header Hider aka Fixed Header Fixer
Makes it easier to read articles by hiding sticky elements of webpages, so they don't follow you and waste your screen space while…
Sticky Header Hider aka Fixed Header Fixerとは何ですか?
Sticky Header Hider aka Fixed Header Fixerはhttps://emojistuff.comによって開発されたChromeの拡張機能で、その主な機能は「Makes it easier to read articles by hiding sticky elements of webpages, so they don't follow you and waste your screen space while…」です。
拡張機能のスクリーンショット
Sticky Header Hider aka Fixed Header Fixer拡張機能のCRXファイルをダウンロード
Sticky Header Hider aka Fixed Header Fixer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Makes it easier to read articles by hiding sticky elements of webpages, so they don't follow you and waste your screen space while you scroll down the page.
拡張機能の基本情報
名前 | Sticky Header Hider aka Fixed Header Fixer |
ID | eagncneohcoiofhknkofdobphnhgblad |
公式URL | https://chromewebstore.google.com/detail/sticky-header-hider-aka-f/eagncneohcoiofhknkofdobphnhgblad |
説明 | Makes it easier to read articles by hiding sticky elements of webpages, so they don't follow you and waste your screen space while… |
ファイルサイズ | 79.52 KB |
インストール数 | 292 |
現在のバージョン | 0.1.01 |
最終更新日 | 2020-10-02 |
公開日 | 2017-12-16 |
評価 | 4.06/5 合計 17 レビュー |
開発者 | https://emojistuff.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.emojistuff.com |
プライバシーポリシーページのURL | https://www.growbotforfollowers.com/privacy-policy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "", "default_locale": "en", "version": "0.1.01", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "options_ui": { "chrome_style": true, "page": "options.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "browser_action": { "default_icon": "icon.png", "default_popup": "options.html" }, "background": { "scripts": [ "backgroundscript.js", "hot-reload.js" ] }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "unlimitedStorage", "https:\/\/www.googleapis.com\/" ], "web_accessible_resources": [ "*.*" ] } |