gale.io link shortener
gale.io link
gale.io link shortenerคืออะไร?
gale.io link shortener เป็นส่วนขยายของ Chrome ที่พัฒนาโดย galedotio และคุณลักษณะหลักของมันคือ "gale.io link"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย gale.io link shortener
ดาวน์โหลดไฟล์ส่วนขยาย gale.io link shortener ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Chrome extension is the official extension for http://gale.io. gale.io is a monetized link shortener that uses a combination of interstitial advertisements, surveys, and video ads to raise money for non-profit organizations. We allow you to designate from our drop-down list of non-profit organizations which organization you want the proceeds of your link to go to (we currently have over ten, with more coming very soon!). This extension allows you to create gale.io links in one click, by appearing in the context menu when you right-click on a link on any webpage. First, click on the top popup bar to select a non-profit from our current list; that non-profit will get the proceeds of any links you shorten and share (until you change it by clicking on the popup again). Then, whenever you see an interesting link online, just right-click, and the option "Shorten as a gale.io link" should appear. By clicking that, you now have a gale.io link you can share! You can learn more about us by visiting http://gale.io (we've also been featured on Product Hunt at www.producthunt.com/posts/gale-io).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | gale.io link shortener |
ID | bjdfipjpjbellokphdllhjpecmilelfm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/galeio-link-shortener/bjdfipjpjbellokphdllhjpecmilelfm |
คำอธิบาย | gale.io link |
ขนาดไฟล์ | 47.26 KB |
จำนวนการติดตั้ง | 22 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2015-06-12 |
วันที่เผยแพร่ | 2015-06-12 |
ผู้พัฒนา | galedotio |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://gale.io |
URL หน้าช่วยเหลือ | http://gale.io/about/faq |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "gale.io link shortener", "description": "gale.io link", "version": "0.0.1", "permissions": [ "contextMenus", "clipboardWrite", "http:\/\/gale.io\/", "storage" ], "icons": { "16": "images\/gale-io-logo.png" }, "background": { "persistent": false, "scripts": [ "jquery.min.js", "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/gale-io-logo.png" }, "manifest_version": 2 } |