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 拡張機能の基本情報
| 名前 | |
| ID | pdpjofojlbfpjbbkihphellnjecdbplc |
| 公式URL | 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"
]
} | |