Ahmadiyya Muslim - Affiliated Websites
Ahmadiyya Muslim Association Websites...
Ahmadiyya Muslim - Affiliated Websitesとは何ですか?
Ahmadiyya Muslim - Affiliated WebsitesはAsif Javedによって開発されたChromeの拡張機能で、その主な機能は「Ahmadiyya Muslim Association Websites...」です。
拡張機能のスクリーンショット
Ahmadiyya Muslim - Affiliated Websites拡張機能のCRXファイルをダウンロード
Ahmadiyya Muslim - Affiliated Websites拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The internet is like the universe, ever-expanding with no known boundaries. There is more information than I could ever hope to access. To deal with the volume of content on the web, I use bookmarks to keep track of my favourite websites But as the number of websites that I bookmark grows, it quickly gets difficult to find the time to check each one every day. So I have created a list of all Jama’at websites. Hope this will help.
拡張機能の基本情報
名前 | |
ID | eilogcliffglhnomipibicochnpdahla |
公式URL | https://chromewebstore.google.com/detail/ahmadiyya-muslim-affiliat/eilogcliffglhnomipibicochnpdahla |
説明 | Ahmadiyya Muslim Association Websites... |
ファイルサイズ | 1.07 MB |
インストール数 | 46 |
現在のバージョン | 1.2 |
最終更新日 | 2013-10-25 |
公開日 | 2013-10-25 |
評価 | 3.50/5 合計 8 レビュー |
開発者 | Asif Javed |
支払い方法 | free |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ahmadiyya Muslim - Affiliated Websites", "version": "1.2", "manifest_version": 2, "description": "Ahmadiyya Muslim Association Websites...", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "omnibox": { "keyword": "Ahmadiyya Muslim Association Websites " }, "browser_action": { "default_icon": { "19": "icons\/19x19.png", "38": "icons\/38x38.png" }, "default_title": "Ahmadiyya Muslim Association Websites", "default_popup": "browseraction\/popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "devtools_page": "devtools\/devtools.html" } |