safari2chrome bookmarks synchronization
Keep your Chrome bookmarks up to date with the Safari bookmarks
safari2chrome bookmarks synchronization क्या है?
safari2chrome bookmarks synchronization https://safari2chrome.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep your Chrome bookmarks up to date with the Safari bookmarks"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में safari2chrome bookmarks synchronization एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Your browser sync bookmarks from iCloud in the same way that Safari does
We do not store bookmarks on our servers
We do not keep passwords of your credentials
All your bookmarks are stored in your iCloud account
You do not need to install iTunes in order to use the software एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | mhhcbjdgifnbfjpdppedcekihpnnljba |
| आधिकारिक URL | https://chromewebstore.google.com/detail/safari2chrome-bookmarks-s/mhhcbjdgifnbfjpdppedcekihpnnljba |
| विवरण | Keep your Chrome bookmarks up to date with the Safari bookmarks |
| फ़ाइल का आकार | 573 KB |
| स्थापना संख्या | 212 |
| वर्तमान संस्करण | 1.0.3 |
| अंतिम अपडेट | 2022-12-12 |
| प्रकाशन तिथि | 2022-05-27 |
| रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
| डेवलपर | https://safari2chrome.com |
| ईमेल | [email protected] |
| भुगतान के प्रकार | in_app |
| गोपनीयता नीति पृष्ठ URL | https://safari2chrome.com/privacy.html |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "safari2chrome bookmarks synchronization",
"description": "Keep your Chrome bookmarks up to date with the Safari bookmarks",
"version": "1.0.3",
"action": {
"default_icon": "icon-16.png",
"default_popup": "popup.html"
},
"background": {
"service_worker": "js\/background-page.js"
},
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
},
"permissions": [
"bookmarks",
"alarms",
"nativeMessaging"
]
} | |