Posted To Reddit Or Not?
Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…
Posted To Reddit Or Not?とは何ですか?
Posted To Reddit Or Not?はjohn.hornerによって開発されたChromeの拡張機能で、その主な機能は「Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.…」です。
拡張機能のスクリーンショット
Posted To Reddit Or Not?拡張機能のCRXファイルをダウンロード
Posted To Reddit Or Not?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully. Version 0.5: some columns sortable.. Version 0.4: fixed date bug, internal improvements. Version 0.3: improved icons, reduced permissions.
拡張機能の基本情報
名前 | Posted To Reddit Or Not? |
ID | nmafodiagdiddoekbldmmomihgncfone |
公式URL | https://chromewebstore.google.com/detail/posted-to-reddit-or-not/nmafodiagdiddoekbldmmomihgncfone |
説明 | Simple extension which tells you whether the URL of the current tab has been posted to Reddit, by whom, when, and how successfully.… |
ファイルサイズ | 24.01 KB |
インストール数 | 64 |
現在のバージョン | 0.5 |
最終更新日 | 2016-11-08 |
公開日 | 2016-11-08 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | john.horner |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://johnhorner.info/posted-to-reddit-or-not/ |
ヘルプページのURL | http://johnhorner.info/posted-to-reddit-or-not/ |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "activeTab" ], "short_name": "postedToRedditOrNot", "name": "Posted To Reddit Or Not?", "version": "0.5", "content_security_policy": "script-src 'self' https:\/\/www.reddit.com; object-src 'self'", "icons": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" } } |