ComfortDIAL - New tab
ComfortDIAL is the most comfortable, minimalist and handy replacement of a new tab page.
ComfortDIAL - New tab क्या है?
ComfortDIAL - New tab Creel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ComfortDIAL is the most comfortable, minimalist and handy replacement of a new tab page."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ComfortDIAL - New tab एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
You can add links to the necessary sites and distribute them among pages, columns, and then into blocks.
Supports drag and drop absolutely all elements and fine-tuning the design.
- Sync
All your data will be automatically synced to the Chrome cloud.
- Theme support
Dark, blue, gray, light, and you can also customize your own unique theme for each page.
- Design settings
It supports changing the number of columns on the page, setting icons and background for the blocks, as well as detailed setting of bookmark icons.
- No ads
The complete lack of advertising in the extension.
- Anonymity
The complete anonymity of your data, only you have access to it. एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | abcmpaomhigajhaedknmmieofimnmmka |
| आधिकारिक URL | https://chromewebstore.google.com/detail/comfortdial-new-tab/abcmpaomhigajhaedknmmieofimnmmka |
| विवरण | ComfortDIAL is the most comfortable, minimalist and handy replacement of a new tab page. |
| फ़ाइल का आकार | 1.09 MB |
| स्थापना संख्या | 40 |
| वर्तमान संस्करण | 1.5.10 |
| अंतिम अपडेट | 2023-08-09 |
| प्रकाशन तिथि | 2020-01-08 |
| रेटिंग | 5.00/5 कुल 8 रेटिंग्स |
| डेवलपर | Creel |
| ईमेल | [email protected] |
| भुगतान के प्रकार | free |
| समर्थित भाषाएँ | en,ru,uk |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDescription__",
"default_locale": "en",
"version": "1.5.10",
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"browser_action": {
"default_icon": "icons\/icon-48.png",
"default_title": "__MSG_appShortName__",
"default_popup": ""
},
"icons": {
"128": "icons\/icon-128.png",
"64": "icons\/icon-64.png",
"48": "icons\/icon-48.png",
"32": "icons\/icon-32.png",
"16": "icons\/icon-16.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content_script.js"
],
"css": [
"css\/popup.css"
],
"all_frames": false,
"run_at": "document_start"
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"tabs",
"bookmarks",
"storage",
"unlimitedStorage"
],
"web_accessible_resources": [
"popup.html",
"newtab.html",
"js\/worker.js"
]
} | |