David Rumsey Map Collection - MapTab
A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection
David Rumsey Map Collection - MapTab क्या है?
David Rumsey Map Collection - MapTab Jack Reed द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में David Rumsey Map Collection - MapTab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Get a random map from the David Rumsey Map Collection every time you open a new tab. Explore new this amazing collection of maps by just opening up your browser.
एक्सटेंशन की मूल जानकारी
नाम | David Rumsey Map Collection - MapTab |
ID | fnheacjohhlddiffbmafmpoblbkfgmde |
आधिकारिक URL | https://chromewebstore.google.com/detail/david-rumsey-map-collecti/fnheacjohhlddiffbmafmpoblbkfgmde |
विवरण | A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection |
फ़ाइल का आकार | 1.5 MB |
स्थापना संख्या | 287 |
वर्तमान संस्करण | 0.4.1 |
अंतिम अपडेट | 2017-02-08 |
प्रकाशन तिथि | 2017-02-08 |
रेटिंग | 5.00/5 कुल 7 रेटिंग्स |
डेवलपर | Jack Reed |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/mejackreed/DavidRumseyMapTab/issues |
गोपनीयता नीति पृष्ठ URL | https://github.com/mejackreed/DavidRumseyMapTab/blob/master/PRIVACY_POLICY.md |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "David Rumsey Map Collection - MapTab", "description": "A tab extension for viewing the current date and time with a random map from the David Rumsey Map Collection", "short_name": "DRMC - MapTab", "version": "0.4.1", "incognito": "split", "offline_enabled": true, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' http:\/\/*.stanford.edu\/*; object-src 'self'", "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "manifest_version": 2 } |