Diaspora* Publisher
Share your favourite pages with your Diaspora* friends and receive notifications directly on your browser.
Diaspora* Publisher là gì?
Diaspora* Publisher là một tiện ích mở rộng Chrome được phát triển bởi Vittorio Cuculo, và tính năng chính của nó là "Share your favourite pages with your Diaspora* friends and receive notifications directly on your browser.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Diaspora* Publisher
Tải xuống các tệp mở rộng Diaspora* Publisher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Diaspora* Publisher allows you to share your favorite pages with your friends. From version 1.9 you receive notifications directly on your browser. Before use, be sure to set up your own Diaspora pod url by right clicking on the icon which appears on the right side of the address bar and select "Options". Pod list in options page is updated from http://podupti.me/, thanks to dmorley. You can also select and share a specific part of the page. Development: https://github.com/vcuculo/diaspora-chrome-publisher More info about Diaspora*: http://diasporafoundation.org/ https://github.com/diaspora/diaspora/wiki *** Changelog *** 1.9.7 : Completely new UI Added no-shorturl option Added Chrome Rich Notifications 1.9.6 : Added German language - Thanks to Steffen Kampmann 1.9.5 : Update to manifest v2 1.9.4 : Bugfix thanks to Merle 1.9.0 : Added notifications feature 1.8.0 : Added Tinyurl.com as shorturl service 1.7.4 : Fixed bug with no-image pages Updated JQuery to v1.7.2 1.7.3 : Fixed problem with Markdown 1.7.2 : Added support for Vimeo videos with preview Added option to insert a message when posting 1.7.0 : Added support for YouTube videos with preview 1.6.5 : Added more options 1.6.4 : Minor bugfix and support to https 1.6.2 : Added French language - Thanks to Erwan Guyader 1.6.1 : Minor bugfix 1.6.0 : Added image selection 1.5.0 : Added #tag insertion 1.4.7 : Nicer sharing using Markdown 1.4.6 : Better image sharing 1.4.4 : Removed jsonlib causing error Updated JQuery to v1.7.1 1.4.3 : Fixed bug with images 1.4.2 : Fixed bug with " (quotes) page title 1.4.1 : Fixed bugs with " (quotes) and CRLF in selected text Added image in markdown syntax when is present in the page Added option to enable/disable images 1.3.1 : Fixed bug with jsonlib 1.3.0 : Added Internationalization support (en/it) New options page with autocomplete on pod list Use of Chrome notifications 1.2.2 : Pod list is now taken from http://podupti.me/ 1.2.0 : Changed icon, better for dark themes Added local pod list in options page 1.1.0 : Fixed problems with diaspora code 1.0.3 : Increased window size 1.0.2 : Added goo.gl url shortener for long urls For bugs or suggestions leave a review below, or fill an issue on github page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Diaspora* Publisher |
ID | pgblolfhnddeobmfgjhckddncbbfnlim |
URL Chính Thức | https://chromewebstore.google.com/detail/diaspora-publisher/pgblolfhnddeobmfgjhckddncbbfnlim |
Mô tả | Share your favourite pages with your Diaspora* friends and receive notifications directly on your browser. |
Kích Thước Tệp | 174 KB |
Số Lần Cài Đặt | 183 |
Phiên Bản Hiện Tại | 1.9.7.2 |
Cập Nhật Lần Cuối | 2015-04-04 |
Ngày Phát Hành | 2015-04-04 |
Đánh Giá | 4.35/5 Tổng số 34 Đánh Giá |
Nhà Phát Triển | Vittorio Cuculo |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/vcuculo/diaspora-chrome-publisher |
Ngôn Ngữ Được Hỗ Trợ | de,en,fr,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Diaspora* Publisher", "description": "__MSG_extDescription__", "version": "1.9.7.2", "manifest_version": 2, "default_locale": "en", "background": { "scripts": [ "js\/jquery.min.js", "background.js" ] }, "web_accessible_resources": [ "icon.png" ], "icons": { "48": "icon.png" }, "options_page": "options.html", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "notifications" ], "browser_action": { "default_title": "__MSG_extAction__*", "default_icon": "icon.png" } } |