Redditlist Links To Redditp
Adds a direct link to the redditp of each subreddit listed on redditlist.
Redditlist Links To Redditpとは何ですか?
Redditlist Links To Redditpはjtara1によって開発されたChromeの拡張機能で、その主な機能は「Adds a direct link to the redditp of each subreddit listed on redditlist.」です。
拡張機能のスクリーンショット
Redditlist Links To Redditp拡張機能のCRXファイルをダウンロード
Redditlist Links To Redditp拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Do you use redditp and redditlist? Well, now you can use redditlist and have a link available to be taken directly to the subreddit on redditp. Open source is available at https://github.com/jtara1/RedditlistLinksRedditp
拡張機能の基本情報
名前 | Redditlist Links To Redditp |
ID | mmigkdbiljoilnfileghbggjencmkife |
公式URL | https://chromewebstore.google.com/detail/redditlist-links-to-reddi/mmigkdbiljoilnfileghbggjencmkife |
説明 | Adds a direct link to the redditp of each subreddit listed on redditlist. |
ファイルサイズ | 7.48 KB |
インストール数 | 23 |
現在のバージョン | 0.1 |
最終更新日 | 2017-12-14 |
公開日 | 2017-12-14 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | jtara1 |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/jtara1/RedditlistLinksRedditp |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Redditlist Links To Redditp", "version": "0.1", "icons": [], "description": "Adds a direct link to the redditp of each subreddit listed on redditlist.", "content_scripts": [ { "matches": [ "*:\/\/redditlist.com\/*" ], "js": [ "main.js" ] } ] } |