Google Page Cumstom Background
Replacing boring default background to random hi-def images
Google Page Cumstom Background क्या है?
Google Page Cumstom Background ysl.stefan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replacing boring default background to random hi-def images"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Page Cumstom Background एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a Google Chrome Extension that will replace blank default background with a random high-definition images downloaded from Unsplash. You can also view the image along (hiding search bar, navigation bar, ..etc) by double clicking Shift Key to toggle Google components.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ilcilmjmcicbgomhddjlgmmajjmekobn |
आधिकारिक URL | https://chromewebstore.google.com/detail/google-page-cumstom-backg/ilcilmjmcicbgomhddjlgmmajjmekobn |
विवरण | Replacing boring default background to random hi-def images |
फ़ाइल का आकार | 5.39 KB |
स्थापना संख्या | 25 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2017-08-25 |
प्रकाशन तिथि | 2017-08-25 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | ysl.stefan |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Google Page Cumstom Background", "description": "Replacing boring default background to random hi-def images", "version": "0.0.1", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.google.com\/", "http:\/\/www.google.com\/" ], "css": [ "bg.css" ], "js": [ "content.js" ] } ], "page_action": { "default_title": "Custom Google background" } } |