Prefer Old Reddit Profiles (by /u/corylulu)
Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.
Prefer Old Reddit Profiles (by /u/corylulu)とは何ですか?
Prefer Old Reddit Profiles (by /u/corylulu)はcoryluluによって開発されたChromeの拡張機能で、その主な機能は「Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.」です。
Prefer Old Reddit Profiles (by /u/corylulu)拡張機能のCRXファイルをダウンロード
Prefer Old Reddit Profiles (by /u/corylulu)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | heldhdonnehiejfcfddaimkgaaiaccbf |
公式URL | https://chrome.google.com/webstore/detail/prefer-old-reddit-profile/heldhdonnehiejfcfddaimkgaaiaccbf |
説明 | Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages. |
ファイルサイズ | 44.3 KB |
インストール数 | 85 |
現在のバージョン | 1.0.2 |
最終更新日 | 2017-11-08 |
公開日 | 2017-11-08 |
評価 | 2.33/5 合計 3 レビュー |
開発者 | corylulu |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.reddit.com/u/corylulu |
ヘルプページのURL | http://www.reddit.com/u/corylulu |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "jquery.min.js", "arrive.min.js", "index.js" ], "matches": [ "http:\/\/*.reddit.com\/*", "http:\/\/reddit.com\/*", "https:\/\/*.reddit.com\/*", "https:\/\/reddit.com\/*" ], "run_at": "document_end" } ], "icons": { "16": "icon128.png", "48": "icon128.png", "128": "icon128.png" }, "description": "Modifies profile links to link to the Overview page by default. Also adds an 'Overview' and 'Profile' tab to the respective pages.", "manifest_version": 2, "name": "Prefer Old Reddit Profiles (by \/u\/corylulu)", "version": "1.0.2" } |