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 |
官方網址 | 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" } |