pic2pixlr

Instantly send ANY image to the Pixlr O-Matic, Pixlr Express, or the Pixlr Editor image processing service at pixlr.com

pic2pixlrคืออะไร?

pic2pixlr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Steve Reich และคุณลักษณะหลักของมันคือ "Instantly send ANY image to the Pixlr O-Matic, Pixlr Express, or the Pixlr Editor image processing service at pixlr.com"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย pic2pixlr

ดาวน์โหลดไฟล์ส่วนขยาย pic2pixlr ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A Google Chrome extension that INSTANTLY sends ANY online image to Pixlr O-Matic, Pixlr Express, or Pixlr Editor! If you aren't familiar with these online graphic and photo editing applications, then you owe it to yourself to check them out. They have free photo enhancing and editing software for beginners and seasoned pros a like!

3 KEY FEATURES

pic2pixlr adds a right-click menu item in Google Chrome. When you right-click on an image on a web page, this gives you a menu option to send it to any one of the three Pixlr applications to edit and/or save.

Adds a custom image search engine in the address bar (AKA onmibar) in Google Chrome. This is activated by typing 'pic' (without the quotes) and then hitting the SPACE bar. Then just type in the image you're looking for and it will automatically search Google Images. The image search engine you would like to use can be changed in the options.

pic2pixlr sets an icon in your address bar to instantly download 500px.com or Flickr images. pic2pixlr adds an icon in the address bar when viewing images on sites that don't allow you to immediately download the image. This icon will appear when it pic2pixlr service is available.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ pic2pixlr pic2pixlr
ID geedlmpoiiblchcmafdmlpjiclhnpkif
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pic2pixlr/geedlmpoiiblchcmafdmlpjiclhnpkif
คำอธิบาย Instantly send ANY image to the Pixlr O-Matic, Pixlr Express, or the Pixlr Editor image processing service at pixlr.com
ขนาดไฟล์ 2.05 MB
จำนวนการติดตั้ง 3,824
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2014-05-28
วันที่เผยแพร่ 2014-05-28
คะแนน 3.89/5 รวมทั้งหมด 164 คะแนน
ผู้พัฒนา Steve Reich
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "pic2pixlr",
    "version": "2.0",
    "manifest_version": 2,
    "description": "Instantly send ANY image to the Pixlr O-Matic, Pixlr Express, or the Pixlr Editor image processing service at pixlr.com",
    "homepage_url": "http:\/\/pic2pixlr.com",
    "options_page": "\/options.html",
    "icons": {
        "16": "\/img\/pic2pixlr-16.png",
        "19": "\/img\/pic2pixlr-19.png",
        "48": "\/img\/pic2pixlr-48.png",
        "128": "\/img\/pic2pixlr-128.png"
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "19": "\/img\/pic2pixlr-19.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "background",
        "tabs",
        ""
    ],
    "omnibox": {
        "keyword": "pic"
    }
}