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은(는) https://ajaxtown.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Share links, images, blogs and everything on the web with your friends in one click without email using Linkcast."입니다.
확장 프로그램 스크린샷
Chrome Extension - Linkcast 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |