SaveLinks.in
Save Website Links, bookmark videos for free
Apa itu SaveLinks.in?
SaveLinks.in adalah ekstensi Chrome yang dikembangkan oleh https://savelinks.in, dan fitur utamanya adalah "Save Website Links, bookmark videos for free".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SaveLinks.in
Unduh file ekstensi SaveLinks.in dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Save and organise important website links, videos and access them anywhere you want on any device. If you want to bookmark your web links and videos on the cloud then savelinks.in is the perfect tool for you.
Informasi Dasar Ekstensi
Nama | |
ID | eogfnfjchpapjbhfanconfbcghjenjni |
URL Resmi | https://chromewebstore.google.com/detail/savelinksin/eogfnfjchpapjbhfanconfbcghjenjni |
Deskripsi | Save Website Links, bookmark videos for free |
Ukuran File | 9.95 KB |
Jumlah Instalasi | 16 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2018-01-14 |
Tanggal Publikasi | 2018-01-14 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://savelinks.in |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://savelinks.in |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SaveLinks.in", "manifest_version": 2, "description": "Save Website Links, bookmark videos for free", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_title": "Save to SaveLinks.in", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "storage", "cookies", "http:\/\/savelinks.in\/" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "script.js" ] } ], "background": { "scripts": [ "background.js" ] } } |