Salyangoz: Share your voyage on the net.
Salyangoz is a online bookmarking tool that allows you to share your bookmarks on your timeline and follow friends' bookmarks.
What is Salyangoz: Share your voyage on the net.?
Salyangoz: Share your voyage on the net. is a Chrome extension developed by https://salyangoz.me, and its main feature is "Salyangoz is a online bookmarking tool that allows you to share your bookmarks on your timeline and follow friends' bookmarks.".
Extension Screenshots
Download Salyangoz: Share your voyage on the net. Extension CRX File
Download Salyangoz: Share your voyage on the net. extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Salyangoz is a online bookmarking tool that allows you to share your bookmarks on your timeline and follow friends' bookmarks. Comparing to Pocket or any other bookmark saving tools, Salyangoz is not a bookmark saving tool. Its behavior is Snapchat-ish. With the browser extension, you will be able to share your links on Salyangoz. It allows you to have a cleaner approach to view links up-to-date and daily. Your sharings will be available to see for 24 hours by your followers. On the Popular and Recent menus, you'll see most viewed links and most recent links in the 24 hours. It uses Twitter to register and login.
Extension Basic Information
Name | Salyangoz: Share your voyage on the net. |
ID | aohpnhhiblbnghfhpdgblpkpcibfbieo |
Official URL | https://chromewebstore.google.com/detail/salyangoz-share-your-voya/aohpnhhiblbnghfhpdgblpkpcibfbieo |
Description | Salyangoz is a online bookmarking tool that allows you to share your bookmarks on your timeline and follow friends' bookmarks. |
File Size | 20.31 KB |
Installation Count | 42 |
Current Version | 0.0.13 |
Last Updated | 2016-06-27 |
Publish Date | 2016-06-26 |
Rating | 4.60/5 Total 10 Ratings |
Developer | https://salyangoz.me |
Payment Type | free |
Extension Website | http://salyangoz.me |
Help Page URL | https://www.producthunt.com/tech/salyangoz |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Salyangoz: Share your voyage on the net.", "short_name": "Salyangoz", "version": "0.0.13", "manifest_version": 2, "description": "Salyangoz is a online bookmarking tool that allows you to share your bookmarks on your timeline and follow friends' bookmarks.", "homepage_url": "http:\/\/salyangoz.me", "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "incognito": "not_allowed", "background": { "scripts": [ "src\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "*:\/\/salyangoz.me\/*", "*:\/\/salyangoz.herokuapp.com\/*" ], "js": [ "src\/checker.js" ] } ], "permissions": [ "notifications", "contextMenus", "activeTab", "*:\/\/salyangoz.me\/*" ], "browser_action": { "name": "Click to share your URL on Salyangoz.me." } } |