Pixels to me - 500px - Instagram - Flickr
Get images from Instagram, 500px, flickr and litmind when 'save as' option is disabled
Pixels to me - 500px - Instagram - Flickrคืออะไร?
Pixels to me - 500px - Instagram - Flickr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย spunka และคุณลักษณะหลักของมันคือ "Get images from Instagram, 500px, flickr and litmind when 'save as' option is disabled"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pixels to me - 500px - Instagram - Flickr
ดาวน์โหลดไฟล์ส่วนขยาย Pixels to me - 500px - Instagram - Flickr ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Supported sites:
Instagram.com (Photos, Videos and Stories)
500px.com
flickr.com
litmind.com
Suggest more sites in the form inside the 'configuration page' of the extension :)
**General instructions: Just go to the page of the picture you want to download and press on 'Pixels To Me' icon. Click on the thumbnail and a new tab will be open, where you can press 'right click > Save as', to download the file
**Flickr size instructions: Zoom on the photo before you click in Pixels To Me' icon, so you can get the larger size and not the default
Release notes v0.8.2:
- Fixed the Tab problem with 500px.com
- Fixed Flickr problem with default and larger size
Release notes v0.8:
-Added support to instagram: Photos, Videos and Stories
- Notes: Normally can capture it from the popup, but if is not working, press F5 on the page so it can capture it in the new page
- Still work in progress so, while is a little rough, is totally functional
Release notes v0.7:
- Updated the code for 500px, now is working again
- Added support for flickr and litmind
- Extra notes: Sorry about the 3yrs delay. I lost my files and accounts with a hd failure and i could find this <> project a few days ago in a old pendrive ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | mncmonbagpafmiodljjellhckpgdebjc |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pixels-to-me-500px-instag/mncmonbagpafmiodljjellhckpgdebjc |
| คำอธิบาย | Get images from Instagram, 500px, flickr and litmind when 'save as' option is disabled |
| ขนาดไฟล์ | 40.19 KB |
| จำนวนการติดตั้ง | 1,526 |
| เวอร์ชันปัจจุบัน | 0.8.2 |
| อัปเดตครั้งล่าสุด | 2019-10-18 |
| วันที่เผยแพร่ | 2019-10-18 |
| คะแนน | 4.19/5 รวมทั้งหมด 16 คะแนน |
| ผู้พัฒนา | spunka |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pixels to me - 500px - Instagram - Flickr",
"version": "0.8.2",
"manifest_version": 2,
"description": "Get images from Instagram, 500px, flickr and litmind when 'save as' option is disabled",
"options_page": ".\/options.html",
"page_action": {
"default_icon": {
"19": ".\/icons\/icon19.png",
"38": ".\/icons\/icon38.png"
},
"default_popup": ".\/popup.html"
},
"icons": {
"128": ".\/icons\/icon128.png",
"16": ".\/icons\/icon16.png",
"48": ".\/icons\/icon48.png"
},
"permissions": [
"tabs"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.500px.com\/*",
"*:\/\/*.flickr.com\/*",
"*:\/\/*.litmind.com\/photo\/*",
"*:\/\/*.instagram.com\/*"
],
"js": [
".\/js\/content.js"
]
}
],
"background": {
"scripts": [
".\/js\/background.js"
],
"persistent": false
}
} | |