Photos Tagged
This extension will add a button on Facebook™ to show photos that the current profile was tagged in
Photos Tagged là gì?
Photos Tagged là một tiện ích mở rộng Chrome được phát triển bởi Ran Mariuma, và tính năng chính của nó là "This extension will add a button on Facebook™ to show photos that the current profile was tagged in".
Ả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 Photos Tagged
Tải xuống các tệp mở rộng Photos Tagged 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
This extension helps you find photos in Facebook™ of people by observing their friends' photos they were tagged in. Easily and free, just install the extension and click the new button on Facebook™ profile page, under photos ('Photos Tagged'). This is an open source extension and the source code is hosted in github: https://github.com/maryum375/Photos-tagged
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ganlbkinkbapfndplimhpeajajmkbgno |
URL Chính Thức | https://chrome.google.com/webstore/detail/photos-tagged/ganlbkinkbapfndplimhpeajajmkbgno |
Mô tả | This extension will add a button on Facebook™ to show photos that the current profile was tagged in |
Kích Thước Tệp | 7.08 KB |
Số Lần Cài Đặt | 668 |
Phiên Bản Hiện Tại | 1.1.2 |
Cập Nhật Lần Cuối | 2017-10-10 |
Ngày Phát Hành | 2017-10-10 |
Đánh Giá | 2.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Ran Mariuma |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/maryum375/Photos-tagged |
URL Trang Trợ Giúp | https://github.com/maryum375/Photos-tagged |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Photos Tagged", "short_name": "Photos Tagged", "description": "This extension will add a button on Facebook\u2122 to show photos that the current profile was tagged in", "version": "1.1.2", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "js": [ "addphotosofbutton.js" ], "run_at": "document_start" } ] } |