Link Sharing
Link sharing resource
Apa itu Link Sharing?
Link Sharing adalah ekstensi Chrome yang dikembangkan oleh Travis Weidenbenner, dan fitur utamanya adalah "Link sharing resource".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Link Sharing
Unduh file ekstensi Link Sharing 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
What's New? ------------- v1.0.2 -Fixed bug on install page that wouldn't close it or open pics in popup. Description ------------- Link Sharing is a project I made in order to easily share links with friends/colleagues. It is an open source extension. You can find the source on my GitHub: https://github.com/travis-w/Link-Sharing Please give feedback and/or contribute to the code.
Informasi Dasar Ekstensi
Nama | |
ID | haehadeohhghodnfohinokocaaellnga |
URL Resmi | https://chrome.google.com/webstore/detail/link-sharing/haehadeohhghodnfohinokocaaellnga |
Deskripsi | Link sharing resource |
Ukuran File | 330 KB |
Jumlah Instalasi | 44 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2013-09-14 |
Tanggal Publikasi | 2013-09-14 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | Travis Weidenbenner |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/travis-w/Link-Sharing |
URL Halaman Bantuan | https://github.com/travis-w/Link-Sharing |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link Sharing", "version": "1.0.2", "manifest_version": 2, "description": "Link sharing resource", "browser_action": { "default_icon": "images\/icon19.png", "default_title": "Save Link", "default_popup": "index.html" }, "background": { "page": "background.html" }, "options_page": "install.html", "permissions": [ "notifications", "tabs", "https:\/\/api.cloudmine.me\/*", "https:\/\/*.cloudmine.me\/*", "https:\/\/cloudmine.me\/*" ], "web_accessible_resources": [ "images\/icon19.png" ] } |