Chrome Extension - Linkcast
Share links, images, blogs and everything on the web with your friends in one click without email using Linkcast.
Τι είναι το Chrome Extension - Linkcast;
Το Chrome Extension - Linkcast είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ajaxtown.com, και η κύρια λειτουργία του είναι "Share links, images, blogs and everything on the web with your friends in one click without email using Linkcast.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Chrome Extension - Linkcast
Λήψη αρχείων επέκτασης Chrome Extension - Linkcast σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Linkcast was developed to avoid searching for links received through email and various social networking sites. You can create a group between your friends and start sharing links. Further more, you can start commenting on those links to make it more interesting. You can join public or private groups, invite users to your group, share, comment and like on links. Features: - Stay updated with all activities through notifications. - Post a link in one click. - Create private or public groups. - Send out requests to your friends to join your groups. - Easily manage your owned groups and manage your users and their activity. - Customise according to your needs. - Like, share and comment on links. - Edit your profile with a shiny colored username and a small bio. You can choose any group as your main feed and explore updates of other groups. Open links right on your browser. Interact with any link using various functionalities of the extension.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | amaekfehpldjnkblldhakfiilflijkcl |
Επίσημο URL | https://chromewebstore.google.com/detail/chrome-extension-linkcast/amaekfehpldjnkblldhakfiilflijkcl |
Περιγραφή | Share links, images, blogs and everything on the web with your friends in one click without email using Linkcast. |
Μέγεθος Αρχείου | 808 KB |
Αριθμός Εγκαταστάσεων | 30 |
Τρέχουσα Έκδοση | 12.6.17 |
Τελευταία Ενημέρωση | 2017-11-27 |
Ημερομηνία Δημοσίευσης | 2017-11-27 |
Αξιολόγηση | 5.00/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | https://ajaxtown.com |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "Linkcast", "name": "Chrome Extension - Linkcast", "description": "Share links, images, blogs and everything on the web with your friends in one click without email using Linkcast.", "version": "12.6.17", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "16": "public\/icons\/icon16.png", "32": "public\/icons\/icon32.png", "48": "public\/icons\/icon48.png", "128": "public\/icons\/icon128.png" }, "browser_action": { "default_icon": "public\/icons\/notification.png", "default_popup": "popup.html" }, "background": { "scripts": [ "src\/background\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "src\/content\/content.js" ], "run_at": "document_end" } ], "permissions": [ "storage", "tabs", "notifications" ], "options_page": "options.html", "web_accessible_resources": [ "public\/icons\/icon128.png" ] } |