Simple Tab
Transforms your new tab page into a beautiful and minimalistic image. All code is open source.
Simple Tab क्या है?
Simple Tab matthewninja द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transforms your new tab page into a beautiful and minimalistic image. All code is open source."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Simple Tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Simple tab is simple. Simply put, it takes your boring 'New Tab' page and replaces it with a beautiful, hand picked landscape image. Other Tab page extensions are extremely bloated and slow. For users who don't want to see a cluttered tab page, this is the extension for you. Transparency is important to the creator. All code is open source, and is free to use at https://github.com/matthewninja/simpletab. The images are stored locally for extremely fast loading. This extension is a work in progress, and new features are on the way. Any questions will be answered on twitter @koreacanadian.
एक्सटेंशन की मूल जानकारी
नाम | Simple Tab |
ID | onmajccknmlhmaclaeplheoehfknefma |
आधिकारिक URL | https://chromewebstore.google.com/detail/simple-tab/onmajccknmlhmaclaeplheoehfknefma |
विवरण | Transforms your new tab page into a beautiful and minimalistic image. All code is open source. |
फ़ाइल का आकार | 42.43 MB |
स्थापना संख्या | 16 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2017-07-24 |
प्रकाशन तिथि | 2017-07-23 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | matthewninja |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/matthewninja/simpletab |
सहायता पृष्ठ URL | https://twitter.com/koreacanadian |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Tab", "version": "0.1.1", "description": "Transforms your new tab page into a beautiful and minimalistic image.\n All code is open source.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": [], "author": "Matthew Ham", "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "new-tab.html" }, "homepage_url": "https:\/\/github.com\/matthewninja\/simpletab", "offline_enabled": true, "permissions": [ "tabs" ], "short_name": "Simple Tab" } |