Add Monument Coordinates in Wikipedia
Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps
什麼是Add Monument Coordinates in Wikipedia?
Add Monument Coordinates in Wikipedia是由https://unicodenow.com開發的Chrome擴展程式,該擴展的主要功能是“Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps”。
擴展截圖
下載Add Monument Coordinates in Wikipedia擴展crx文件
下載Add Monument Coordinates in Wikipedia擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Visit http://bit.ly/19CKUU4 after installation to access the lists of monuments. Available on github: https://github.com/Hrant-Khachatrian/WikiMonumentsCoordinates
擴展基本資訊
名稱 | Add Monument Coordinates in Wikipedia |
ID | pdpjofojlbfpjbbkihphellnjecdbplc |
官方網址 | https://chromewebstore.google.com/detail/add-monument-coordinates/pdpjofojlbfpjbbkihphellnjecdbplc |
簡介 | Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps |
檔案大小 | 32.72 KB |
安裝次數 | 16 |
目前版本 | 0.1 |
更新時間 | 2013-09-26 |
上架時間 | 2013-09-26 |
評分 | 5.00/5 共 1 次評分 |
開發者 | https://unicodenow.com |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "content_scripts": [ { "all_frames": true, "js": [ "WikiMonumentsCoordinates.js" ], "matches": [ "http:\/\/hy.wikipedia.org\/*", "https:\/\/hy.wikipedia.org\/*" ] } ], "description": "Allows to easily add coordinates to the monuments inside Armenian Wikipedia using Google Maps", "name": "Add Monument Coordinates in Wikipedia", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1", "manifest_version": 2, "web_accessible_resources": [ "morebits.js", "form.js" ] } |